Orchestration SDK
5.13.2
Loading...
Searching...
No Matches
OrchestrationErrorDelegate.h
Go to the documentation of this file.
1
2
//
3
// © 1999 – 2019 OneSpan North America Inc. All rights reserved.
4
// All rights reserved. https://www.onespan.com/
5
//
7
8
#import <Foundation/Foundation.h>
9
NS_ASSUME_NONNULL_BEGIN
10
11
@class
OrchestrationError
;
12
@class
OrchestrationServerError
;
13
23
NS_REFINED_FOR_SWIFT
24
@protocol
OrchestrationErrorDelegate <NSObject>
25
31
- (void)orchestrationError:(
OrchestrationError
*)error withCommand:(NSString *_Nullable)command;
32
38
- (void)orchestrationServerError:(
OrchestrationServerError
*)error;
39
40
41
@end
42
43
NS_ASSUME_NONNULL_END
OrchestrationError
Definition
OrchestrationError.h:18
OrchestrationServerError
Definition
OrchestrationServerError.h:18
OrchestrationSDK
errors
OrchestrationErrorDelegate.h
Generated on Wed Aug 5 2026 13:35:57 for Orchestration SDK by
1.13.2